Needed for uint8_t and uint16_t. Building with GCC 16 fails without this
change.
Change-Id: I8894806940e22a13f971e5bf62f0f32d2d91a4ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197303
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@collabora.com>
Gbp-Pq: Name gcc16.diff
#pragma once
#include <memory>
+#include <stdint.h>
#include <com/sun/star/util/DateTime.hpp>
#ifndef INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX
#define INCLUDED_OOX_DRAWINGML_TEXTBODYCONTEXT_HXX
+#include <stdint.h>
+
#include <drawingml/textbody.hxx>
#include <drawingml/textrun.hxx>
#include <oox/core/contexthandler2.hxx>
#define INCLUDED_OOX_DRAWINGML_TEXTPARAGRAPHPROPERTIESCONTEXT_HXX
#include <vector>
+#include <stdint.h>
#include <com/sun/star/style/TabStop.hpp>
#include <drawingml/textparagraphproperties.hxx>